home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / ear / mui23dev.lha / MUI / Developer / Autodocs / MUI_Scrollbar.doc < prev    next >
Text File  |  1994-12-23  |  643b  |  19 lines

  1. TABLE OF CONTENTS
  2.  
  3. Scrollbar.mui/Scrollbar.mui
  4. Scrollbar.mui/Scrollbar.mui
  5.  
  6.     The Scrollbar class has no objects and attributes itself.
  7.     It just connects a proportional gadget and two button
  8.     gadgets with approriate imagery to make up a scrollbar.
  9.  
  10.     Since Scrollbar class is a subclass of Group class,
  11.     every attribute and method is passed through to all
  12.     of its children. Thus, you can talk and listen to
  13.     a scrollbar as if it was just a single prop gadget.
  14.  
  15.     You can use the attribute MUIA_Group_Horiz as with
  16.     any other group to determine if the scrollbar should
  17.     be horizontal or vertical. By default, a vertical
  18.     scrollbar is generated.
  19.